home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist installh.exe goto noinstall
- installh
- if errorlevel 1 goto exit
- if not exist demo.bat goto noinstall
- demo
- goto exit
- :noinstall
- echo GeoWorks Ensemble Demo Installation
- echo =========================================
- echo
- echo Sorry, your GeoWorks Ensemble Demo disk
- echo seems to be missing files. Please make
- echo sure the DOS prompt is set to the drive
- echo containing the demo disk (e.g., "A>").
- echo
- :exit